GtkThemingEngine: Fix compile warning.
authorCarlos Garnacho <carlosg@gnome.org>
Wed, 3 Nov 2010 20:12:57 +0000 (21:12 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Sat, 4 Dec 2010 14:38:38 +0000 (15:38 +0100)
gtk/gtkthemingengine.c

index 474bd0da069ee810fe827e4ba57b39044198fc2a..bd299f32024dc31fc2188ae8f6af0384c3243e40 100644 (file)
@@ -755,7 +755,7 @@ gtk_theming_module_load (GTypeModule *type_module)
 
   theming_module->module = module;
 
-  theming_module->init (theming_module);
+  theming_module->init (G_TYPE_MODULE (theming_module));
 
   return TRUE;
 }